runtime.rtype.typeOff (method)

6 uses

	runtime (current package)
		iface.go#L210: 		itype := toRType(&inter.Type).typeOff(i.Typ)
		iface.go#L221: 			if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
		plugin.go#L82: 		t := toRType((*_type)(unsafe.Pointer(md.types))).typeOff(ptab.typ) // TODO can this stack of conversions be simpler?
		runtime1.go#L611: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		runtime1.go#L633: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		type.go#L181: func (t rtype) typeOff(off typeOff) *_type {